home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / eo-h.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  76 lines

  1. ;;; Copyright (C) 2007 Joop Kiefte (LaPingvino)
  2. ;;; 
  3. ;;; This file is part of the m17n contrib; a sub-part of the m17n
  4. ;;; library.
  5. ;;; 
  6. ;;; The m17n library is free software; you can redistribute it and/or
  7. ;;; modify it under the terms of the GNU Lesser General Public License
  8. ;;; as published by the Free Software Foundation; either version 2.1 of
  9. ;;; the License, or (at your option) any later version.
  10. ;;; 
  11. ;;; The m17n library is distributed in the hope that it will be useful,
  12. ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. ;;; Lesser General Public License for more details.
  15. ;;; 
  16. ;;; You should have received a copy of the GNU Lesser General Public
  17. ;;; License along with the m17n library; if not, write to the Free
  18. ;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  19. ;;; Boston, MA 02110-1301, USA.
  20. ;;; 
  21. ;;; <li> eo-h.mim
  22. ;;;
  23. ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
  24.  
  25. (input-method eo h-sistemo)
  26.  
  27. (title "eo-h")
  28.  
  29. (description (_"Meant for writing Esperanto-letters adding h's."))
  30.  
  31. (map
  32.   (trans
  33.  
  34. ("ch" "─ë")
  35. ("gh" "─¥")
  36. ("hh" "─Ñ")
  37. ("jh" "─╡")
  38. ("sh" "┼¥")
  39. ("uh" "┼¡")
  40. ("Ch" "─ê")
  41. ("Gh" "─£")
  42. ("Hh" "─ñ")
  43. ("Jh" "─┤")
  44. ("Sh" "┼£")
  45. ("Uh" "┼¼")
  46. ("CH" "─ê")
  47. ("GH" "─£")
  48. ("HH" "─ñ")
  49. ("JH" "─┤")
  50. ("SH" "┼£")
  51. ("UH" "┼¼")
  52. ("chh" "ch")
  53. ("ghh" "gh")
  54. ("hhh" "hh")
  55. ("jhh" "jh")
  56. ("shh" "sh")
  57. ("uhh" "uh")
  58. ("Chh" "Ch")
  59. ("Ghh" "Gh")
  60. ("Hhh" "Hh")
  61. ("Jhh" "Jh")
  62. ("Shh" "Sh")
  63. ("Uhh" "Uh")
  64. ("CHH" "CH")
  65. ("GHH" "GH")
  66. ("HHH" "HH")
  67. ("JHH" "JH")
  68. ("SHH" "SH")
  69. ("UHH" "UH")
  70.    ))
  71.  
  72. (state
  73.   (init
  74.     (trans)))
  75.  
  76.